bufio.Writer.wr (field)
7 uses
bufio (current package)
bufio.go#L583: wr io.Writer
bufio.go#L600: wr: w,
bufio.go#L631: b.wr = w
bufio.go#L642: n, err := b.wr.Write(b.buf[0:b.n])
bufio.go#L682: n, b.err = b.wr.Write(p)
bufio.go#L756: sw, tryStringWriter = b.wr.(io.StringWriter)
bufio.go#L788: readerFrom, readerFromOK := b.wr.(io.ReaderFrom)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |